home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / C / DIALOG.ZIP / DBPRO2-@.EXE / DBERRORS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1989-08-20  |  180 b   |  7 lines

  1. /* error codes */
  2. #define OK                                0
  3. #define INVALID_QUESTION_TYPE                        -201
  4. #define BAD_PARAMS                            -202
  5. #define NULL_POINTER                            -203
  6. #define OUT_OF_MEMORY                            -204
  7.